home *** CD-ROM | disk | FTP | other *** search
- ; Searches the CD.index file for a specified string
-
- Version >NIL: version 37
- if WARN
- echo ""
- echo "You need at least version 2.04 of the operating system to run SearchIndex"
- quit
- endif
-
- :C/FlashFind :CUCD.index `:C/RequestString TITLE "Search CD Index" BODY "Please enter the string to search for"` >RAM:CUCDindex
-
- Version >NIL: version 39
- if WARN
- AmigaGuide RAM:CUCDindex
- else
- MultiView RAM:CUCDindex
- endif
-
- delete >NIL: RAM:CUCDindex
-
-